public static void UnionAnchorPoints( DrawingObject[] drawingObjects, out AnchorPoint unionStartAnchorPoint, out AnchorPoint unionEndAnchorPoint )
'Declaration Public Overloads Shared Sub UnionAnchorPoints( _ ByVal drawingObjects() As DrawingObject, _ ByRef unionStartAnchorPoint As AnchorPoint, _ ByRef unionEndAnchorPoint As AnchorPoint _ )
'Declaration
Public Overloads Shared Sub UnionAnchorPoints( _ ByVal drawingObjects() As DrawingObject, _ ByRef unionStartAnchorPoint As AnchorPoint, _ ByRef unionEndAnchorPoint As AnchorPoint _ )
'Usage Dim drawingObjects() As DrawingObject Dim unionStartAnchorPoint As AnchorPoint Dim unionEndAnchorPoint As AnchorPoint WorksheetDrawing.UnionAnchorPoints(drawingObjects, unionStartAnchorPoint, unionEndAnchorPoint)
'Usage
Dim drawingObjects() As DrawingObject Dim unionStartAnchorPoint As AnchorPoint Dim unionEndAnchorPoint As AnchorPoint WorksheetDrawing.UnionAnchorPoints(drawingObjects, unionStartAnchorPoint, unionEndAnchorPoint)
WorksheetDrawing Class WorksheetDrawing Members Overload List